3.62 \(\int x^5 \sqrt{d-c^2 d x^2} (a+b \sin ^{-1}(c x)) \, dx\)

Optimal. Leaf size=256 \[ -\frac{\left (d-c^2 d x^2\right )^{7/2} \left (a+b \sin ^{-1}(c x)\right )}{7 c^6 d^3}+\frac{2 \left (d-c^2 d x^2\right )^{5/2} \left (a+b \sin ^{-1}(c x)\right )}{5 c^6 d^2}-\frac{\left (d-c^2 d x^2\right )^{3/2} \left (a+b \sin ^{-1}(c x)\right )}{3 c^6 d}-\frac{b c x^7 \sqrt{d-c^2 d x^2}}{49 \sqrt{1-c^2 x^2}}+\frac{b x^5 \sqrt{d-c^2 d x^2}}{175 c \sqrt{1-c^2 x^2}}+\frac{4 b x^3 \sqrt{d-c^2 d x^2}}{315 c^3 \sqrt{1-c^2 x^2}}+\frac{8 b x \sqrt{d-c^2 d x^2}}{105 c^5 \sqrt{1-c^2 x^2}} \]

[Out]

(8*b*x*Sqrt[d - c^2*d*x^2])/(105*c^5*Sqrt[1 - c^2*x^2]) + (4*b*x^3*Sqrt[d - c^2*d*x^2])/(315*c^3*Sqrt[1 - c^2*
x^2]) + (b*x^5*Sqrt[d - c^2*d*x^2])/(175*c*Sqrt[1 - c^2*x^2]) - (b*c*x^7*Sqrt[d - c^2*d*x^2])/(49*Sqrt[1 - c^2
*x^2]) - ((d - c^2*d*x^2)^(3/2)*(a + b*ArcSin[c*x]))/(3*c^6*d) + (2*(d - c^2*d*x^2)^(5/2)*(a + b*ArcSin[c*x]))
/(5*c^6*d^2) - ((d - c^2*d*x^2)^(7/2)*(a + b*ArcSin[c*x]))/(7*c^6*d^3)

________________________________________________________________________________________

Rubi [A]  time = 0.20798, antiderivative size = 256, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 4, integrand size = 27, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.148, Rules used = {266, 43, 4691, 12} \[ -\frac{\left (d-c^2 d x^2\right )^{7/2} \left (a+b \sin ^{-1}(c x)\right )}{7 c^6 d^3}+\frac{2 \left (d-c^2 d x^2\right )^{5/2} \left (a+b \sin ^{-1}(c x)\right )}{5 c^6 d^2}-\frac{\left (d-c^2 d x^2\right )^{3/2} \left (a+b \sin ^{-1}(c x)\right )}{3 c^6 d}-\frac{b c x^7 \sqrt{d-c^2 d x^2}}{49 \sqrt{1-c^2 x^2}}+\frac{b x^5 \sqrt{d-c^2 d x^2}}{175 c \sqrt{1-c^2 x^2}}+\frac{4 b x^3 \sqrt{d-c^2 d x^2}}{315 c^3 \sqrt{1-c^2 x^2}}+\frac{8 b x \sqrt{d-c^2 d x^2}}{105 c^5 \sqrt{1-c^2 x^2}} \]

Antiderivative was successfully verified.

[In]

Int[x^5*Sqrt[d - c^2*d*x^2]*(a + b*ArcSin[c*x]),x]

[Out]

(8*b*x*Sqrt[d - c^2*d*x^2])/(105*c^5*Sqrt[1 - c^2*x^2]) + (4*b*x^3*Sqrt[d - c^2*d*x^2])/(315*c^3*Sqrt[1 - c^2*
x^2]) + (b*x^5*Sqrt[d - c^2*d*x^2])/(175*c*Sqrt[1 - c^2*x^2]) - (b*c*x^7*Sqrt[d - c^2*d*x^2])/(49*Sqrt[1 - c^2
*x^2]) - ((d - c^2*d*x^2)^(3/2)*(a + b*ArcSin[c*x]))/(3*c^6*d) + (2*(d - c^2*d*x^2)^(5/2)*(a + b*ArcSin[c*x]))
/(5*c^6*d^2) - ((d - c^2*d*x^2)^(7/2)*(a + b*ArcSin[c*x]))/(7*c^6*d^3)

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 4691

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))*(x_)^(m_)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> With[{u = IntHide[x^
m*(1 - c^2*x^2)^p, x]}, Dist[a + b*ArcSin[c*x], Int[x^m*(d + e*x^2)^p, x], x] - Dist[(b*c*d^(p - 1/2)*Sqrt[d +
 e*x^2])/Sqrt[1 - c^2*x^2], Int[SimplifyIntegrand[u/Sqrt[1 - c^2*x^2], x], x], x]] /; FreeQ[{a, b, c, d, e}, x
] && EqQ[c^2*d + e, 0] && IGtQ[p + 1/2, 0] && (IGtQ[(m + 1)/2, 0] || ILtQ[(m + 2*p + 3)/2, 0])

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rubi steps

\begin{align*} \int x^5 \sqrt{d-c^2 d x^2} \left (a+b \sin ^{-1}(c x)\right ) \, dx &=-\frac{\left (b c \sqrt{d-c^2 d x^2}\right ) \int \frac{-8-4 c^2 x^2-3 c^4 x^4+15 c^6 x^6}{105 c^6} \, dx}{\sqrt{1-c^2 x^2}}+\left (a+b \sin ^{-1}(c x)\right ) \int x^5 \sqrt{d-c^2 d x^2} \, dx\\ &=-\frac{\left (b \sqrt{d-c^2 d x^2}\right ) \int \left (-8-4 c^2 x^2-3 c^4 x^4+15 c^6 x^6\right ) \, dx}{105 c^5 \sqrt{1-c^2 x^2}}+\frac{1}{2} \left (a+b \sin ^{-1}(c x)\right ) \operatorname{Subst}\left (\int x^2 \sqrt{d-c^2 d x} \, dx,x,x^2\right )\\ &=\frac{8 b x \sqrt{d-c^2 d x^2}}{105 c^5 \sqrt{1-c^2 x^2}}+\frac{4 b x^3 \sqrt{d-c^2 d x^2}}{315 c^3 \sqrt{1-c^2 x^2}}+\frac{b x^5 \sqrt{d-c^2 d x^2}}{175 c \sqrt{1-c^2 x^2}}-\frac{b c x^7 \sqrt{d-c^2 d x^2}}{49 \sqrt{1-c^2 x^2}}+\frac{1}{2} \left (a+b \sin ^{-1}(c x)\right ) \operatorname{Subst}\left (\int \left (\frac{\sqrt{d-c^2 d x}}{c^4}-\frac{2 \left (d-c^2 d x\right )^{3/2}}{c^4 d}+\frac{\left (d-c^2 d x\right )^{5/2}}{c^4 d^2}\right ) \, dx,x,x^2\right )\\ &=\frac{8 b x \sqrt{d-c^2 d x^2}}{105 c^5 \sqrt{1-c^2 x^2}}+\frac{4 b x^3 \sqrt{d-c^2 d x^2}}{315 c^3 \sqrt{1-c^2 x^2}}+\frac{b x^5 \sqrt{d-c^2 d x^2}}{175 c \sqrt{1-c^2 x^2}}-\frac{b c x^7 \sqrt{d-c^2 d x^2}}{49 \sqrt{1-c^2 x^2}}-\frac{\left (d-c^2 d x^2\right )^{3/2} \left (a+b \sin ^{-1}(c x)\right )}{3 c^6 d}+\frac{2 \left (d-c^2 d x^2\right )^{5/2} \left (a+b \sin ^{-1}(c x)\right )}{5 c^6 d^2}-\frac{\left (d-c^2 d x^2\right )^{7/2} \left (a+b \sin ^{-1}(c x)\right )}{7 c^6 d^3}\\ \end{align*}

Mathematica [A]  time = 0.164203, size = 157, normalized size = 0.61 \[ \frac{\sqrt{d-c^2 d x^2} \left (105 a \sqrt{1-c^2 x^2} \left (15 c^6 x^6-3 c^4 x^4-4 c^2 x^2-8\right )+b c x \left (-225 c^6 x^6+63 c^4 x^4+140 c^2 x^2+840\right )+105 b \sqrt{1-c^2 x^2} \left (15 c^6 x^6-3 c^4 x^4-4 c^2 x^2-8\right ) \sin ^{-1}(c x)\right )}{11025 c^6 \sqrt{1-c^2 x^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^5*Sqrt[d - c^2*d*x^2]*(a + b*ArcSin[c*x]),x]

[Out]

(Sqrt[d - c^2*d*x^2]*(b*c*x*(840 + 140*c^2*x^2 + 63*c^4*x^4 - 225*c^6*x^6) + 105*a*Sqrt[1 - c^2*x^2]*(-8 - 4*c
^2*x^2 - 3*c^4*x^4 + 15*c^6*x^6) + 105*b*Sqrt[1 - c^2*x^2]*(-8 - 4*c^2*x^2 - 3*c^4*x^4 + 15*c^6*x^6)*ArcSin[c*
x]))/(11025*c^6*Sqrt[1 - c^2*x^2])

________________________________________________________________________________________

Maple [C]  time = 0.4, size = 953, normalized size = 3.7 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5*(-c^2*d*x^2+d)^(1/2)*(a+b*arcsin(c*x)),x)

[Out]

a*(-1/7*x^4*(-c^2*d*x^2+d)^(3/2)/c^2/d+4/7/c^2*(-1/5*x^2*(-c^2*d*x^2+d)^(3/2)/c^2/d-2/15/d/c^4*(-c^2*d*x^2+d)^
(3/2)))+b*(1/6272*(-d*(c^2*x^2-1))^(1/2)*(64*c^8*x^8-144*c^6*x^6-64*I*(-c^2*x^2+1)^(1/2)*x^7*c^7+104*c^4*x^4+1
12*I*(-c^2*x^2+1)^(1/2)*x^5*c^5-25*c^2*x^2-56*I*(-c^2*x^2+1)^(1/2)*x^3*c^3+7*I*(-c^2*x^2+1)^(1/2)*x*c+1)*(I+7*
arcsin(c*x))/c^6/(c^2*x^2-1)+3/3200*(-d*(c^2*x^2-1))^(1/2)*(16*c^6*x^6-28*c^4*x^4-16*I*(-c^2*x^2+1)^(1/2)*x^5*
c^5+13*c^2*x^2+20*I*(-c^2*x^2+1)^(1/2)*x^3*c^3-5*I*(-c^2*x^2+1)^(1/2)*x*c-1)*(I+5*arcsin(c*x))/c^6/(c^2*x^2-1)
+1/1152*(-d*(c^2*x^2-1))^(1/2)*(4*c^4*x^4-5*c^2*x^2-4*I*(-c^2*x^2+1)^(1/2)*x^3*c^3+3*I*(-c^2*x^2+1)^(1/2)*x*c+
1)*(I+3*arcsin(c*x))/c^6/(c^2*x^2-1)-5/128*(-d*(c^2*x^2-1))^(1/2)*(c^2*x^2-I*(-c^2*x^2+1)^(1/2)*x*c-1)*(arcsin
(c*x)+I)/c^6/(c^2*x^2-1)-5/128*(-d*(c^2*x^2-1))^(1/2)*(I*(-c^2*x^2+1)^(1/2)*x*c+c^2*x^2-1)*(arcsin(c*x)-I)/c^6
/(c^2*x^2-1)+1/1152*(-d*(c^2*x^2-1))^(1/2)*(4*I*(-c^2*x^2+1)^(1/2)*x^3*c^3+4*c^4*x^4-3*I*(-c^2*x^2+1)^(1/2)*x*
c-5*c^2*x^2+1)*(-I+3*arcsin(c*x))/c^6/(c^2*x^2-1)+3/3200*(-d*(c^2*x^2-1))^(1/2)*(16*I*(-c^2*x^2+1)^(1/2)*x^5*c
^5+16*c^6*x^6-20*I*(-c^2*x^2+1)^(1/2)*x^3*c^3-28*c^4*x^4+5*I*(-c^2*x^2+1)^(1/2)*x*c+13*c^2*x^2-1)*(-I+5*arcsin
(c*x))/c^6/(c^2*x^2-1)+1/6272*(-d*(c^2*x^2-1))^(1/2)*(64*I*(-c^2*x^2+1)^(1/2)*x^7*c^7+64*c^8*x^8-112*I*(-c^2*x
^2+1)^(1/2)*x^5*c^5-144*c^6*x^6+56*I*(-c^2*x^2+1)^(1/2)*x^3*c^3+104*c^4*x^4-7*I*(-c^2*x^2+1)^(1/2)*x*c-25*c^2*
x^2+1)*(-I+7*arcsin(c*x))/c^6/(c^2*x^2-1))

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(-c^2*d*x^2+d)^(1/2)*(a+b*arcsin(c*x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 2.44133, size = 393, normalized size = 1.54 \begin{align*} \frac{{\left (225 \, b c^{7} x^{7} - 63 \, b c^{5} x^{5} - 140 \, b c^{3} x^{3} - 840 \, b c x\right )} \sqrt{-c^{2} d x^{2} + d} \sqrt{-c^{2} x^{2} + 1} + 105 \,{\left (15 \, a c^{8} x^{8} - 18 \, a c^{6} x^{6} - a c^{4} x^{4} - 4 \, a c^{2} x^{2} +{\left (15 \, b c^{8} x^{8} - 18 \, b c^{6} x^{6} - b c^{4} x^{4} - 4 \, b c^{2} x^{2} + 8 \, b\right )} \arcsin \left (c x\right ) + 8 \, a\right )} \sqrt{-c^{2} d x^{2} + d}}{11025 \,{\left (c^{8} x^{2} - c^{6}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(-c^2*d*x^2+d)^(1/2)*(a+b*arcsin(c*x)),x, algorithm="fricas")

[Out]

1/11025*((225*b*c^7*x^7 - 63*b*c^5*x^5 - 140*b*c^3*x^3 - 840*b*c*x)*sqrt(-c^2*d*x^2 + d)*sqrt(-c^2*x^2 + 1) +
105*(15*a*c^8*x^8 - 18*a*c^6*x^6 - a*c^4*x^4 - 4*a*c^2*x^2 + (15*b*c^8*x^8 - 18*b*c^6*x^6 - b*c^4*x^4 - 4*b*c^
2*x^2 + 8*b)*arcsin(c*x) + 8*a)*sqrt(-c^2*d*x^2 + d))/(c^8*x^2 - c^6)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**5*(-c**2*d*x**2+d)**(1/2)*(a+b*asin(c*x)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: NotImplementedError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(-c^2*d*x^2+d)^(1/2)*(a+b*arcsin(c*x)),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError